home *** CD-ROM | disk | FTP | other *** search
/ PC Gamer (Italian) 41 / PC Gamer IT CD 41 2-2.iso / utility / net2phone / data1.cab / Langauge_Independent / Net2fone.exe / 0 / RCDATA / TVALPINDLG / TVALPINDLG.txt
Text File  |  1999-03-22  |  1KB  |  68 lines

  1. object ValPINDlg: TValPINDlg
  2.   Left = 352
  3.   Top = 425
  4.   ActiveControl = PIN
  5.   BorderIcons = [biSystemMenu]
  6.   BorderStyle = bsDialog
  7.   Caption = 'Validate PIN'
  8.   ClientHeight = 127
  9.   ClientWidth = 233
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWhite
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   KeyPreview = True
  16.   Position = poScreenCenter
  17.   Scaled = False
  18.   OnKeyPress = FormKeyPress
  19.   OnShow = FormShow
  20.   PixelsPerInch = 96
  21.   TextHeight = 13
  22.   object Label1: TLabel
  23.     Left = 8
  24.     Top = 8
  25.     Width = 144
  26.     Height = 13
  27.     Caption = 'Please re-enter your PIN:'
  28.     Color = clBtnFace
  29.     Font.Charset = DEFAULT_CHARSET
  30.     Font.Color = clBlack
  31.     Font.Height = -11
  32.     Font.Name = 'MS Sans Serif'
  33.     Font.Style = [fsBold]
  34.     ParentColor = False
  35.     ParentFont = False
  36.     WordWrap = True
  37.   end
  38.   object PIN: TEdit
  39.     Left = 72
  40.     Top = 60
  41.     Width = 73
  42.     Height = 21
  43.     Color = clWhite
  44.     MaxLength = 5
  45.     PasswordChar = '*'
  46.     TabOrder = 0
  47.     OnChange = PINChange
  48.   end
  49.   object OKBtn: TButton
  50.     Left = 24
  51.     Top = 96
  52.     Width = 75
  53.     Height = 23
  54.     Caption = 'Ok'
  55.     ModalResult = 1
  56.     TabOrder = 1
  57.   end
  58.   object CancelBtn: TButton
  59.     Left = 128
  60.     Top = 96
  61.     Width = 75
  62.     Height = 23
  63.     Caption = 'Cancel'
  64.     ModalResult = 2
  65.     TabOrder = 2
  66.   end
  67. end
  68.